From: Eli Zaretskii Date: Fri, 20 Jul 2007 19:42:13 +0000 (+0000) Subject: (clean): Don't delete *~. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~534^2~3^2~2200 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d06a9136adb13f3687136bd57fbf87f4f4fe4a87;p=emacs.git (clean): Don't delete *~. --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index ccb0dcf9f5f..c28e27bdfcb 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -247,8 +247,10 @@ install: $(ALL) # # Maintenance # +# We used to delete *~, s/*~, m/*~ here, but that might inadvertently +# remove precious files if it happens to match their short 8+3 aliases. clean: - - $(DEL) *~ "s/*~" "m/*~" + - $(DEL) "s/*.h~" "m/*.h~" - $(DEL) $(COMPILER_TEMP_FILES) - $(DEL_TREE) $(OBJDIR) - $(DEL) stamp_BLD